runtime.rtype.string (method)
31 uses
runtime (current package)
alg.go#L166: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L193: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L270: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L309: return errorString("hash of unhashable type " + toRType(t).string())
alg.go#L338: return errorString("hash of unhashable type " + toRType(t).string())
alg.go#L396: panic(errorString("comparing uncomparable type " + toRType(t).string()))
alg.go#L413: panic(errorString("comparing uncomparable type " + toRType(t).string()))
error.go#L36: inter = toRType(e._interface).string()
error.go#L38: as := toRType(e.asserted).string()
error.go#L42: cs := toRType(e.concrete).string()
error.go#L268: typestring := toRType(eface._type).string()
heapdump.go#L199: dumpstr(rt.string())
mbitmap.go#L946: print("runtime: type=", toRType(typ).string(), "\n")
mbitmap.go#L1383: println("runtime: typeBitsBulkBarrier with type ", toRType(typ).string(), " of size ", typ.Size_, " but memory size", size)
mbitmap.go#L1387: println("runtime: typeBitsBulkBarrier with type ", toRType(typ).string(), " with GC prog")
mbitmap.go#L1867: print("runtime: type=", toRType(et).string(), "\n")
mfinal.go#L423: throw("runtime.SetFinalizer: first argument is " + toRType(etyp).string() + ", not pointer")
mfinal.go#L469: throw("runtime.SetFinalizer: second argument is " + toRType(ftyp).string() + ", not a function")
mfinal.go#L473: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string() + " because dotdotdot")
mfinal.go#L476: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
mfinal.go#L499: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
panic.go#L652: throw(text + ": type " + toRType(efaceOf(&r)._type).string())
pinner.go#L112: panic(errorString("runtime.Pinner: argument is not a pointer: " + toRType(etyp).string()))
tracetype.go#L48: typName := toRType(typ).string()
type.go#L25: func (t rtype) string() string {
type.go#L41: s := t.string()
type.go#L364: if rt.string() != rv.string() {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |